{ strncpy (buffer, "hello", SIZE); puts (buffer); strncat (buffer, ", world", SIZE - strlen (buffer) - 1); puts (buffer); }


This document was generated on January 16, 2023 using texi2html 5.0.